Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ICharts Interface / Item Property / Item(String[]) Property
An array of string values indicates the chart names.


In This Topic
    Item(String[]) Property
    In This Topic
    Gets the specified IChart objects by the chart names.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal ParamArray names() As String _
    ) As ICharts
    'Usage
     
    
    Dim instance As ICharts
    Dim names() As String
    Dim value As ICharts
     
    value = instance.Item(names)
    ICharts Item( 
       params string[] names
    ) {get;}

    Parameters

    names
    An array of string values indicates the chart names.

    Property Value

    The IChart objects which has the specified names.
    See Also